net/http.requestAndChan.req (field)
10 uses
net/http (current package)
transport.go#L2129: trace := httptrace.ContextClientTrace(rc.req.Context())
transport.go#L2158: hasBody := rc.req.Method != "HEAD" && resp.ContentLength != 0
transport.go#L2160: if resp.Close || rc.req.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2249: case <-rc.req.Cancel:
transport.go#L2251: pc.t.CancelRequest(rc.req)
transport.go#L2252: case <-rc.req.Context().Done():
transport.go#L2254: pc.t.cancelRequest(rc.cancelKey, rc.req.Context().Err())
transport.go#L2311: resp, err = ReadResponse(pc.br, rc.req)
transport.go#L2504: req *Request
transport.go#L2637: req: req.Request,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |